home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CSi Master: Ableton Live 5
/
CSi Master: Ableton Live 5.iso
/
pc
/
rsrc
/
locrsrc
/
quitbox.dir
/
Internal_43_Cancel Button.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-22
|
343 b
|
15 lines
on mouseDown
global gQuitWindow
puppetSound("single click")
updateStage()
puppetSprite(6, 1)
set the castNum of sprite 6 to the number of member "cancel hi"
updateStage()
repeat while the stillDown
nothing()
end repeat
set the castNum of sprite 6 to the number of member "cancel"
updateStage()
close(gQuitWindow)
end